我们将使用 left_count 和 down_count 的值来控制投球的距离。
- 点击 ,将 Set x Speed 拖动到 space_bar() 事件内部。确保带有 ····。
- 将 .set_x_speed() 指令中的数字替换为 left_count。
- 将指令前面的名称更改为 ball。
现在,ball 的 x 速度设置为按下向左键的次数(left_count的值)。
To navigate the page using the TAB key, first press ESC to exit the code editor.